home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5118 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: blitter is slow?
  5. Date: 9 Mar 1996 16:13:48 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4hsans$205@nadine.teleport.com>
  8. References: <4hoe66$kj7@unokegw.unoke.pfu.co.jp>
  9. NNTP-Posting-Host: julie.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. OdaMan the AMIGA (odaman@mugen.unoke.pfu.fujitsu.co.jp) wrote:
  13. : Hi,
  14.  
  15. : I have programmed on my A1200 030/50mhz that some filled polygons
  16. : rolling on PAL screen.
  17.  
  18. : I used blitter to draw polygon(line draw, fill it, and copy it),
  19. : and I find out an information that blitter can do 320polygons/sec.
  20.  
  21. : Of course, we must draw polygon to cleared single bitplane then
  22. : copy(or clear) to n depth planner bitplanes.
  23.  
  24. : A question is that blitter can't draw more polygons?  Or simply
  25. : my program is slow?
  26.  
  27. : Please reply *also* to "odaman@mugen.unoke.pfu.co.jp".
  28.  
  29.  Chipram is slow too... and the blitter methode do ALOT of 16bit
  30.  chipram access 
  31.  The common methode is to render scanline by scanline using the CPU. 
  32.  Hopefully you have another use of the blitter to keep it doing something.
  33.  
  34.  Stephan
  35.